Vcenter Ovf WarningInfo
The Vcenter Ovf WarningInfo schema provides information about the warnings which are raised during the OVF package deployment.
This schema was added in vSphere API 7.0.2.0.
{
"type": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"ignored": false
}
The warning type raised during the OVF package deployment.
For more information see: Vcenter Ovf WarningType.
This property was added in vSphere API 7.0.2.0.
The message specifying more details about the warning.
This property was added in vSphere API 7.0.2.0.
Indicates if this warning will be ignored when deploying the OVF package.
The value is set to be false
when it is returned from POST /vcenter/ovf/library-item/{ovfLibraryItemId}?action=filter, it should be updated to be true
when calling POST /vcenter/ovf/library-item/{ovfLibraryItemId}?action=deploy if the warning can be ignored, otherwise the OVF package deployment will fail.
This property was added in vSphere API 7.0.2.0.